if I have something like

'm'==command[0] && 'u'==command[1] || 's'==command[2]

how does it work? Can I use both && and || together and if so what does it mean? Does it mean (this AND that) OR that or this (AND that OR that)